home *** CD-ROM | disk | FTP | other *** search
-
- Pictures
-
-
-
- <IMG SRC="URL" [...]>
-
- Use it to insert pictures inside the pages. The following
- tags can be used after IMG:
-
-
-
- SRC="URL"
-
- The path or destination to the picture file. Can be the
- whole URL or just the filename, if the file is located
- in the same folder as the rest of the page.
-
-
-
- ALT="text"
-
- Use it to display text if the picture, by some reason,
- can't be loaded. This happens if the filepath is wrong,
- if the user stops the loading or the browser can't read
- pictures.
-
-
-
- LOWSRC="URL"
-
- Use it to display a preview of the picture, e.g. a well
- compressed picture. The LOWSRC picture loads first, while
- the SRC picture won't load before the page is done.
-
-
-
- HEIGH=n|n%
-
- Changes the height of the picture in dots or percent.
-
- WEIDTH=n|n%
-
- Changes the height of the picture in dots or percent.
-
-
-
- ISMAP
-
- Define that the picture is a imagemap, which means that
- it use the picture as links, defined where on the picture
- the user clicks.
-
-
-
- BORDER=n
-
- Define the width of the border around the picture in dots.
- The picture will only get a border if it is a link.
-
-
-
- VSPACE=n
-
- Define the vertical space to the text next to the picture.
-
- HSPACE=n
-
- Define the horizontal space to the text next to the
- picture.
-
- ALIGN=LEFT|RIGHT|TOP|TEXTTOP|MIDDLE|ABSMIDDLE|BASELINE
- |BOTTOM|ABSBOTTOM
-
- Align the picture on the page. Left and right aligns the
- picture to the left resp. right side of the page. TOP
- puts the top side of the picture in the same height as
- the highest thing on the line. TEXTTOP does the same with
- the highest character on the line. MIDDLE centers the
- picture to the baseline of the textline, while ABSMIDDLE
- centers it to the middleline of the text. BASELINE and
- BOTTOM puts the bottom line of the pictures on the same
- height as the baseline of the textline. ABSBOTTOM put it
- on the same height as the bottom thing on the text line,
- e.g. in characters like g, j etc.
-
-